]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/apt-proxy/class_BaseNodeAptProxy.php
Merge branch 'contrib'
[hub.git] / application / hub / main / apt-proxy / class_BaseNodeAptProxy.php
index be1d3f5fcb5327d7dd101af4ad4f1fb435f057b6..c372b2e26600ff42262acd65eee2e627ebb86ede 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general NodeAptProxy class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2011 - 2012 Apt-Proxy Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ class BaseNodeAptProxy extends BaseHubSystem {
        /**
         * Whether this apt-proxy is active
         */
-       private $isActive = false;
+       private $isActive = FALSE;
 
        /**
         * Protected constructor
@@ -44,7 +44,7 @@ class BaseNodeAptProxy extends BaseHubSystem {
         * @param       $version        Version number of this apt-proxy
         * @return      void
         */
-       public final function enableIsActive ($isActive = true) {
+       public final function enableIsActive ($isActive = TRUE) {
                $this->isActive = (bool) $isActive;
        }