Minor - Fix erroneous filename in error message

1.10.x
Yannick Warnier 11 years ago
parent bb90fa57c7
commit 24e2eff78b
  1. 2
      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);
}
}

Loading…
Cancel
Save