doekia
2014-03-17 2c09b2d5984a9ab70d0062bd08a0390edaca57b4
server/plugins-available/mongo_clientdb_plugin.inc.php
@@ -51,8 +51,12 @@
    */
   function onInstall() {
      global $conf;
      return (bool) $conf['services']['db'];
      if($conf['services']['db'] == true && class_exists('MongoClient')) {
         return true;
      } else {
         return false;
      }
   }