Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit af82187

Browse files
committed
🔧 support plates __view_path sesison
Signed-off-by: otengkwame <[email protected]>
1 parent 1c43f43 commit af82187

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

framework/core/ErrorHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ public function logException($e)
213213
];
214214

215215
print str_replace(array_keys($values) , $values, $html);
216+
get_instance()->session->unset_userdata('__view_path');
216217
exit;
217218
}
218219

0 commit comments

Comments
 (0)