pull/72/head
Rodolfo Berrios 2020-08-26 12:25:40 -04:00
parent a5877cf61f
commit 723bf68f7a
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ function chevereto_die($error_msg, $paragraph = null, $title = null)
$template = CHV_APP_PATH_CONTENT_SYSTEM . 'template.php';
if (!require_once($template)) {
die("Can't find " . G\absolute_to_relative($system_template));
die("Can't find " . G\absolute_to_relative($template));
}
die();