[vhffs-dev] [1792] Forgot this one too |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1792
Author: beuss
Date: 2011-05-20 13:14:52 +0200 (Fri, 20 May 2011)
Log Message:
-----------
Forgot this one too
Modified Paths:
--------------
trunk/vhffs-panel/object/upavatar.pl
Modified: trunk/vhffs-panel/object/upavatar.pl
===================================================================
--- trunk/vhffs-panel/object/upavatar.pl 2011-05-20 11:14:46 UTC (rev 1791)
+++ trunk/vhffs-panel/object/upavatar.pl 2011-05-20 11:14:52 UTC (rev 1792)
@@ -32,7 +32,6 @@
use utf8;
use POSIX qw(locale_h);
-use HTML::Template;
use locale;
use Locale::gettext;
use CGI qw(:standard);
@@ -74,10 +73,6 @@
$tmpfile = $cgi->tmpFileName( $filename );
}
-
-my $templatedir = $vhffs->get_config->get_templatedir;
-my $template = new HTML::Template( filename => $templatedir."/panel/misc/simplemsg.tmpl" );
-
# Commit all the changes for the current user
if( $panel->use_avatars == 0 ) {
$message = gettext( "This platform does not provide avatar support" );