From 82ef5059b3228c29f09c5a8f7719df6c4e0fd3ac Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 4 Jul 2015 06:17:52 +0200 Subject: [PATCH] Missed this ... :-( MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/classes/main/class_BaseFrameworkSystem.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index 42051702..6fa9f3ad 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -359,8 +359,9 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { const EXCEPTION_FILE_NOT_REACHABLE = 0x038; const EXCEPTION_FILE_CANNOT_BE_READ = 0x039; const EXCEPTION_FILE_CANNOT_BE_WRITTEN = 0x03a; - const EXCEPTION_DATABASE_UPDATED_NOT_ALLOWED = 0x03b; - const EXCEPTION_FILTER_CHAIN_INTERCEPTED = 0x03c; + const EXCEPTION_PATH_CANNOT_BE_WRITTEN = 0x03b; + const EXCEPTION_DATABASE_UPDATED_NOT_ALLOWED = 0x03c; + const EXCEPTION_FILTER_CHAIN_INTERCEPTED = 0x03d; /** * Hexadecimal->Decimal translation array -- 2.30.2