Remove begin/commit transaction calls in refreshLinks.php
[lhc/web/wiklou.git] / maintenance / cleanupPreferences.php
index 0a89e3a..4e19b79 100644 (file)
  *
  * @file
  * @author TyA <tya.wiki@gmail.com>
- * @see [[bugzilla:30976]]
+ * @see https://phabricator.wikimedia.org/T32976
  * @ingroup Maintenance
  */
 
-require_once( __DIR__ . '/Maintenance.php' );
+require_once __DIR__ . '/Maintenance.php';
 
 /**
  * Maintenance script that removes hidden preferences from the database.