summaryrefslogtreecommitdiffstats
path: root/system/helpers
diff options
context:
space:
mode:
authorGreg Aker <greg.aker@ellislab.com>2011-04-23 19:12:57 +0200
committerGreg Aker <greg.aker@ellislab.com>2011-04-23 19:12:57 +0200
commitc83bea665eb3a441b6e52528f75fa4c71ca1f8c2 (patch)
tree3434a9fa7868e7b4820d296e70be2f8f75724025 /system/helpers
parentee21a0eebfac7f3de810d9f8c4f8271944b336bf (diff)
Removing debug code accidentally committed.
Diffstat (limited to 'system/helpers')
-rw-r--r--system/helpers/form_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php
index 16eb4b2c9..2925d3c7c 100644
--- a/system/helpers/form_helper.php
+++ b/system/helpers/form_helper.php
@@ -898,7 +898,7 @@ if ( ! function_exists('validation_errors'))
function validation_errors($prefix = '', $suffix = '')
{
if (FALSE === ($OBJ =& _get_validation_object()))
- {var_dump(_get_validation_object()); exit;
+ {
return '';
}