summaryrefslogtreecommitdiffstats
path: root/system/database/DB_driver.php
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2013-03-29 14:23:34 +0100
committervlakoff <vlakoff@gmail.com>2013-03-29 14:23:34 +0100
commit52301c76a9aa202927cade48e7528606d352db54 (patch)
treeb247703cb42cb7ace6957b65d957fa044326d7cd /system/database/DB_driver.php
parent5269c1cf2d5ae749309b06194f0a2a737a9ff114 (diff)
Documentation: fix some outdated paths
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r--system/database/DB_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index 04490c824..6833172f6 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -1609,7 +1609,7 @@ abstract class CI_DB_driver {
* @param string the error message
* @param string any "swap" values
* @param bool whether to localize the message
- * @return string sends the application/error_db.php template
+ * @return string sends the application/views/errors/error_db.php template
*/
public function display_error($error = '', $swap = '', $native = FALSE)
{