Till Brehm
2014-02-16 fa9c29e3f808f565cad97f56ba8b576f0a9c35b4
server/plugins-available/mongo_clientdb_plugin.inc.php
@@ -52,7 +52,11 @@
   function onInstall() {
      global $conf;
      return (bool) $conf['services']['db'];
      if($conf['services']['db'] == true && class_exists('MongoClient')) {
         return true;
      } else {
         return false;
      }
   }