]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/init.php
getter, setter are all final; several code clean-ups
[shipsimu.git] / application / ship-simu / init.php
index 0446060520326064e195defa62e7a8d3121b9d2c..b14230cc4cd59f29b079430efadd297e2783543c 100644 (file)
@@ -7,7 +7,7 @@
 // You can prevent adding this application to the selector by uncommenting the
 // following line:
 //
-// if ((isset($this)) && (is_object($this)) && ($this->isClass("ApplicationSelector"))) { return; }
+// if ((isset($this)) && (is_object($this)) && ($this->isSameClass("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)