Changeset 1052

Show
Ignore:
Timestamp:
04/28/2008 05:30:56 AM (2 years ago)
Author:
DotMG
Message:

refs #741

Using instantiate to tackle PHP 4/5 compatibility issue, as in trunk.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.1.6.5/wikka.php

    r1051 r1052  
    340340 * Create Wakka object 
    341341 */ 
    342 $wakka =& new Wakka($wakkaConfig); 
     342$wakka = instantiate('Wakka',$wakkaConfig); 
    343343 
    344344/**