X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fjsparse.php;h=3f0a9ba7ec055dcea069811a4ed74256512e7fd7;hb=b409008ca594fcebac5982ad89397c74a50fc2b8;hp=caffce9708154edc0867083fa26ec6ad8041db2e;hpb=d0596f64fb891f6666ad4144f94dbf83b8f7db7b;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/jsparse.php b/maintenance/jsparse.php index caffce9708..3f0a9ba7ec 100644 --- a/maintenance/jsparse.php +++ b/maintenance/jsparse.php @@ -21,7 +21,7 @@ * @ingroup Maintenance */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script to do test JavaScript validity parses using jsmin+'s parser @@ -74,4 +74,4 @@ class JSParseHelper extends Maintenance { } $maintClass = "JSParseHelper"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;