Fix typo
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 30 Dec 2006 21:44:50 +0000 (21:44 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 30 Dec 2006 21:44:50 +0000 (21:44 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12024 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/login.php

index 40b0ffb9b229f8cde32f9054853cdf0987d1fe7b..5c35a8870dc94ead4a2a428e77ff40d3c05d1214 100644 (file)
@@ -134,13 +134,13 @@ if (isset($org_logo) && $org_logo) {
     $oTemplate->assign('class', 'sqm_loginImage');
     if (isset($org_logo_width) && is_numeric($org_logo_width) &&
      $org_logo_width>0) {
-        $oTemplate->assign('width', $worg_logo_width);
+        $oTemplate->assign('width', $org_logo_width);
     } else {
         $oTemplate->assign('width', '');
     }
     if (isset($org_logo_height) && is_numeric($org_logo_height) &&
      $org_logo_height>0) {
-        $oTemplate->assign('height', $worg_logo_height);
+        $oTemplate->assign('height', $org_logo_height);
     } else {
         $oTemplate->assign('height', '');
     }