X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Finit.php;h=789420f37fb002452107c885d0b6219879748303;hp=b8f232b7f9906e6ac201d611e58ed2b965756cdf;hb=243934eb16b793ebd8cb0e43a968e17175ec5a75;hpb=c3611bf6c6ebc5491989f176c3c843407a32c1bb;ds=sidebyside diff --git a/application/ship-simu/init.php b/application/ship-simu/init.php index b8f232b..789420f 100644 --- a/application/ship-simu/init.php +++ b/application/ship-simu/init.php @@ -8,7 +8,7 @@ * You can prevent adding this application to the selector by uncommenting the * following line: * - * if ((isset($this)) && (is_object($this)) && ($this->isSameClass("ApplicationSelector"))) { return; } + * if ((isset($this)) && (is_object($this)) && ($this->isClass("ApplicationSelector"))) { return; } * * isset() is required to prevent a warning and is_object() is highly required * when the application itself is requested in URL (hint: index.php?app=your_app)