Changeset 1178

Show
Ignore:
Timestamp:
02/05/07 16:43:05 (6 years ago)
Author:
drazzib
Message:

2007-02-05 Damien Raude-Morvan <drazzib@…>

  • Try to fix ticket #295 and #297 by including parent class Content in File.php.
Location:
trunk/wifidog-auth
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/CHANGELOG

    r1177 r1178  
     12007-02-05 Damien Raude-Morvan <drazzib@drazzib.com> 
     2        * Try to fix ticket #295 and #297 by including parent class (Content.php) in File.php. 
     3 
    142007-01-28 François Proulx <francois.proulx@gmail.com> 
    25        * First iteration of user profiles completed. 
  • trunk/wifidog-auth/wifidog/classes/Content/File/File.php

    r1165 r1178  
    4646 
    4747/** 
     48 * Load required classes 
     49 */ 
     50require_once ('classes/Content.php'); 
     51 
     52/** 
    4853 * Binary or ASCII file 
    4954 *