pdontthink hace 18 años
padre
commit
ccfa7d0cd8
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/configtest.php

+ 1 - 2
src/configtest.php

@@ -330,8 +330,7 @@ if (isset($plugins[0])) {
     ob_end_clean();
     // if plugins output more than newlines and spacing, stop script execution.
     if (!empty($output)) {
-        $plugin_load_error = 'Some output is produced when plugins are loaded.'
-            .' Usually it means error. Output said: '.htmlspecialchars($output);
+        $plugin_load_error = 'Some output is produced when plugins are loaded. Usually this means there is an error in one of the plugin setup or configuration files. The output was: '.htmlspecialchars($output);
         do_err($plugin_load_error);
     }
     /**