updates for PHP 7 strict

Dieser Commit ist enthalten in:
oldperl 2018-02-15 00:13:06 +00:00
Ursprung a5a37b7a8d
Commit 60df7a1ffb
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -33,7 +33,7 @@ abstract class ModRewriteBase {
* Initialization, is to call at least once by an child.
* @deprecated
*/
protected static function initialize() {
protected static function initialize($clientId) {
}
/**