From cf40a908d4a1f5d5658341de38da397422264ced Mon Sep 17 00:00:00 2001 From: noud Date: Wed, 22 Aug 2012 14:05:39 +0200 Subject: [PATCH] SysLog.SysLog lib import. --- app/Controller/UsersController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Controller/UsersController.php b/app/Controller/UsersController.php index 320b712a2..e78b170cf 100755 --- a/app/Controller/UsersController.php +++ b/app/Controller/UsersController.php @@ -447,6 +447,7 @@ class UsersController extends AppController { $dbh = null; // write to syslogd as well + App::import('Lib', 'SysLog.SysLog'); $syslog = new SysLog(); if ($fields_result) $syslog->write('notice', $description.' -- '.$action.' -- '.$fields_result); else $syslog->write('notice', $description.' -- '.$action);