X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Fapt-proxy%2Fclass_BaseNodeAptProxy.php;h=c372b2e26600ff42262acd65eee2e627ebb86ede;hb=dfa91e1b5e2d0a3f68c133b3bec4fcb34e5e9c96;hp=be1d3f5fcb5327d7dd101af4ad4f1fb435f057b6;hpb=3d5a6baf289a0b114668619f1184d6d6a1593755;p=hub.git diff --git a/application/hub/main/apt-proxy/class_BaseNodeAptProxy.php b/application/hub/main/apt-proxy/class_BaseNodeAptProxy.php index be1d3f5fc..c372b2e26 100644 --- a/application/hub/main/apt-proxy/class_BaseNodeAptProxy.php +++ b/application/hub/main/apt-proxy/class_BaseNodeAptProxy.php @@ -2,11 +2,11 @@ /** * A general NodeAptProxy class * - * @author Roland Haeder + * @author Roland Haeder * @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; }