diff options
Diffstat (limited to 'lookup_inc.php')
| -rw-r--r-- | lookup_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lookup_inc.php b/lookup_inc.php index f9480bc..9d04ffd 100644 --- a/lookup_inc.php +++ b/lookup_inc.php @@ -28,6 +28,6 @@ if( @BitBase::verifyId( $_REQUEST['t'] ) ) { } $gContent->load(); -$gBitSmarty->assign_by_ref( "gContent", $gContent ); +$gBitSmarty->assignByRef( "gContent", $gContent ); ?> |
