From 595249fffe7ae68d2d0ed24bc4e56333d5a24323 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 19 Mar 2007 05:50:04 +0000 Subject: [PATCH] People without PHP's short tags on will get some weird results with the installer module... --- installer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.php b/installer.php index cda80c6..b65230c 100644 --- a/installer.php +++ b/installer.php @@ -41,11 +41,11 @@ function page_start() - <?= $GLOBALS['isso:callback']->getApplication() ?> Installer + <?php echo $GLOBALS['isso:callback']->getApplication(); ?> Installer -- 2.22.5