Minor - fix PHP warning

1.9.x
Julio Montoya 11 years ago
parent 967c870018
commit e682a8d920
  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