Changeset 1081

Show
Ignore:
Timestamp:
08/28/06 01:39:36 (4 years ago)
Author:
benoitg
Message:

Oups...

Files:
1 modified

Legend:

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

    r1080 r1081  
    139139        // By default content display logging is enabled 
    140140        $this->setLoggingStatus(true); 
    141         $this->log_as_content &= $this; 
     141        $this->log_as_content =& $this; 
    142142    } 
    143143