ftimme
2011-09-26 f8cd03b2feb5cbcda9b61811feb8cc26017c01ee
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;