From 24e2eff78b2d67801a8018c99fd3606d93395c15 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Sun, 22 Mar 2015 04:17:12 -0500 Subject: [PATCH] Minor - Fix erroneous filename in error message --- main/inc/lib/custom_pages.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inc/lib/custom_pages.class.php b/main/inc/lib/custom_pages.class.php index 11a47f447b..f20e5174aa 100755 --- a/main/inc/lib/custom_pages.class.php +++ b/main/inc/lib/custom_pages.class.php @@ -53,7 +53,7 @@ class CustomPages include($file); exit; } else { - error_log('CustomPages::displayPage : could not read file ' . $file_name); + error_log('CustomPages::displayPage : could not read file ' . $file); } }