Skip to content

Commit

Permalink
Issue #5, a minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantcholakov committed Dec 25, 2013
1 parent 9805053 commit 6888645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/core/framework/database/DB_driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -1712,7 +1712,7 @@ public function display_error($error = '', $swap = '', $native = FALSE)
// See https://github.com/ivantcholakov/starter-public-edition-4/issues/5
//$message[] = 'Filename: '.str_replace(array(APPPATH, BASEPATH), '', $call['file']);
$message[] = 'Filename: '.str_replace(array(APPPATH, COMMONPATH, BASEPATH), '', $call['file']);
// See https://github.com/ivantcholakov/starter-public-edition-4/issues/5
//
$message[] = 'Line Number: '.$call['line'];
break;
}
Expand Down

0 comments on commit 6888645

Please sign in to comment.