[vhffs-dev] [1887] Public URL is set in render()

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1887
Author:   beuss
Date:     2011-07-25 22:59:10 +0200 (Mon, 25 Jul 2011)
Log Message:
-----------
Public URL is set in render()

Modified Paths:
--------------
    trunk/vhffs-api/src/Vhffs/Panel/Commons.pm

Modified: trunk/vhffs-api/src/Vhffs/Panel/Commons.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Panel/Commons.pm	2011-07-25 20:59:00 UTC (rev 1886)
+++ trunk/vhffs-api/src/Vhffs/Panel/Commons.pm	2011-07-25 20:59:10 UTC (rev 1887)
@@ -64,9 +64,6 @@
         version => Vhffs::Constants::VHFFS_VERSION,
         name => Vhffs::Constants::VHFFS_RELEASE_NAME
     };
-    if( $panel->is_public ) {
-        $vars->{public_url} = $vhffs->get_config->get_panel->{'url_public'};
-    }
 
     $panel->render( 'anonymous/login.tt', $vars, 'anonymous.tt' );
 }


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/