X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Fjsparse.php;h=3f0a9ba7ec055dcea069811a4ed74256512e7fd7;hb=f62e9fb0c3823e51e1c147d42b1b80e695c19132;hp=caffce9708154edc0867083fa26ec6ad8041db2e;hpb=d8cb9695c6971975692808bb7cdc991e2abda0ab;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;