From 1ab3ce4cd90a808bdc125c48f4501a9e8c294084 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 3 Nov 2009 22:36:53 +0000 Subject: [PATCH] Old lost call fixed --- beg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beg.php b/beg.php index c56f99b931..b488df11eb 100644 --- a/beg.php +++ b/beg.php @@ -54,7 +54,7 @@ require('inc/config-global.php'); setContentType('text/html'); // Is the 'beg' extension active? -REDIRCT_ON_UNINSTALLED_EXTENSION('beg'); +redirectOnUninstalledExtension('beg'); // Check for userid if (isGetRequestElementSet('userid')) { -- 2.30.2