]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/chat/class_BaseNodeChat.php
Made lower to upper case:
[hub.git] / application / hub / main / chat / class_BaseNodeChat.php
index 2678bf1b005a36ef0e3fc707f53b23ca8c7cd619..e2b729c3614b4b0695ca4cba765fe92a3d2768d0 100644 (file)
@@ -25,7 +25,7 @@ class BaseNodeChat extends BaseHubSystem {
        /**
         * Whether this Chatter is active
         */
-       private $isActive = false;
+       private $isActive = FALSE;
 
        /**
         * Protected constructor
@@ -44,7 +44,7 @@ class BaseNodeChat extends BaseHubSystem {
         * @param       $version        Version number of this chatter
         * @return      void
         */
-       public final function enableIsActive ($isActive = true) {
+       public final function enableIsActive ($isActive = TRUE) {
                $this->isActive = (bool) $isActive;
        }