]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/init.php
Several fixes for older tests
[shipsimu.git] / application / ship-simu / init.php
index b8f232b7f9906e6ac201d611e58ed2b965756cdf..789420f37fb002452107c885d0b6219879748303 100644 (file)
@@ -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)