Merge pull request #650 from ladybirdweb/analysis-qJ6nZk

Apply fixes from StyleCI
This commit is contained in:
Bhanu
2018-08-09 16:59:11 +05:30
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -1042,6 +1042,7 @@ class FilterController extends Controller
} }
$tz = explode(')', substr($location, stripos($location, 'T') $tz = explode(')', substr($location, stripos($location, 'T')
+ 1)); + 1));
return $tz[0]; return $tz[0];
} }