Changeset 1019

Show
Ignore:
Timestamp:
04/24/06 11:59:45 (7 years ago)
Author:
lokkju
Message:

Fix for 'object passed as variable' error.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/EventLogging.php

    r1013 r1019  
    546546    $eo->setFilename($pException->getFile()); 
    547547    $eo->setLinenum($pException->getLine()); 
    548     $eo->setContext($t = $pException->getTrace()); 
     548    $t = $pException->getTrace(); 
     549    $eo->setContext($t); 
    549550 
    550551    self::stBroadcastEvent($eo);