summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-11-07 12:22:20 -0500
committerEvan Prodromou <evan@status.net>2009-11-07 12:22:20 -0500
commitaf5b2fff12d12b0e79edfbe7d5c28ec7fef196f3 (patch)
tree13d0d92d99cc678cd0a0ad1488ab0ea16a633ca5 /index.php
parent1319002e1519fafb0e82fbfd2d2723abdb3112e7 (diff)
parentb522c401e66e5b5d7e000c1bf25fd4b4a4d0558f (diff)
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 577b491ed..b1e4f651e 100644
--- a/index.php
+++ b/index.php
@@ -68,6 +68,7 @@ function getPath($req)
*/
function handleError($error)
{
+//error_log(print_r($error,1));
if ($error->getCode() == DB_DATAOBJECT_ERROR_NODATA) {
return;
}