diff options
| author | lsces <lester@lsces.co.uk> | 2016-02-07 16:50:54 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2016-02-07 16:50:54 +0000 |
| commit | 253d0d0581fe8e610e4fef728259878d7a5d0d87 (patch) | |
| tree | 5b0a57bcefce95bc91dd2c4467f4bc4a198d04eb /lookup_post_inc.php | |
| parent | 427ceb129fd3bc0e41642e62fdcd89d0f3d5700c (diff) | |
| download | blogs-253d0d0581fe8e610e4fef728259878d7a5d0d87.tar.gz blogs-253d0d0581fe8e610e4fef728259878d7a5d0d87.tar.bz2 blogs-253d0d0581fe8e610e4fef728259878d7a5d0d87.zip | |
Move from Smarty2 to Smarty3 function style
Diffstat (limited to 'lookup_post_inc.php')
| -rw-r--r-- | lookup_post_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lookup_post_inc.php b/lookup_post_inc.php index a6cf1ae..1019995 100644 --- a/lookup_post_inc.php +++ b/lookup_post_inc.php @@ -23,6 +23,6 @@ if( empty( $gContent ) || !is_object( $gContent ) || !$gContent->isValid() ) { $gContent = new BitBlogPost(); } - $gBitSmarty->assign_by_ref( 'gContent', $gContent ); + $gBitSmarty->assignByRef( 'gContent', $gContent ); } ?> |
