diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 18:30:10 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 18:30:10 +0200 |
commit | b583a04ebad60d02349b78f8c38353e0cb3eb9ea (patch) | |
tree | 3e54da2054b8b29ef42a136474efd7d91e3bb677 /phpfspot_tmpl.php | |
parent | 1bd68ab30d8e8a95581ff26da1f8fadf12ce5d8d (diff) | |
parent | 9b5884120e78b7e2ce35d37bdb72da7ec721452d (diff) |
fix conflict in phpfspot_tmpl.php
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot_tmpl.php')
-rw-r--r-- | phpfspot_tmpl.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpfspot_tmpl.php b/phpfspot_tmpl.php index f6d3ce8..bf0f835 100644 --- a/phpfspot_tmpl.php +++ b/phpfspot_tmpl.php @@ -31,7 +31,8 @@ class PHPFSPOT_TMPL extends Smarty { /** - * class constructor + * PHPFSPOT_TMPL constructor + * @access public */ public function __construct() { |