Marius Cramer
2015-01-08 89e4329a8068e3631d3f64f6896fa3907c687cf5
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;
      }
   }