diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-01-13 12:12:34 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-01-13 12:12:34 +0000 |
commit | 10f0f104a921894f7258d7855f5d31828b93a6aa (patch) | |
tree | 8c3906dc34f45478318f05c1288fc8bea968a21d /engine/lib | |
parent | 1a584b93a8685d56526f10dce215a08178f24bc1 (diff) | |
download | elgg-10f0f104a921894f7258d7855f5d31828b93a6aa.tar.gz elgg-10f0f104a921894f7258d7855f5d31828b93a6aa.tar.bz2 |
git-svn-id: https://code.elgg.org/elgg/trunk@2561 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/sessions.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engine/lib/sessions.php b/engine/lib/sessions.php index 602a9d13e..f3d828ca4 100644 --- a/engine/lib/sessions.php +++ b/engine/lib/sessions.php @@ -488,8 +488,6 @@ return $return; } - else - error_log('marcus FAILED TO WRITe ' . print_r($CONFIG, true)); } return false; |