tbrehm
2013-01-04 65e8ac35b18fe6f85cfd8ff688a4da521dc568d0
server/plugins-available/squid_plugin.inc.php
@@ -41,7 +41,7 @@
   function onInstall() {
      global $conf;
      
      if($conf['services']['proxy'] == true && $conf['squid']['installed'] == true) {
      if(isset($conf['services']['proxy']) &&$conf['services']['proxy'] == true && isset($conf['squid']['installed']) && $conf['squid']['installed'] == true) {
         return true;
      } else {
         return false;