config migration in source code; config page is not needed anymore
[iserv-mod-error-reporter.git] / nav / 79mod_error-reporter.mod
index 9245ad0..ababc04 100644 (file)
@@ -25,8 +25,9 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
-require_once("mod_error-reporter/init.inc");
-if($cfgErrors->userHasAccess()) {
+require_once("mod_error-reporter/class_erConfig.inc");
+
+if(erConfig::userHasAccess()) {
   TreeNode(_c("error-reporter:Report an error"), "mod_error-reporter/index.php",
     "mod_error-reporter");
 }
This page took 0.021054 seconds and 4 git commands to generate.