mcramer
2012-08-16 5712a61048ae34365a1a8977d3fa04ddaa1b80c1
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;