Typo
authorJan Schneider <jan@horde.org>
Sat, 1 Aug 2009 11:23:04 +0000 (13:23 +0200)
committerJan Schneider <jan@horde.org>
Sat, 1 Aug 2009 11:23:04 +0000 (13:23 +0200)
framework/Core/lib/Horde/Script/Files.php

index 6f77f6e..e7a2bf3 100644 (file)
@@ -126,7 +126,7 @@ class Horde_Script_Files
         }
 
         // Add localized string for popup.js
-        if (($file == 'popup.js') && ($app = 'horde')) {
+        if ($file == 'popup.js' && $app == 'horde') {
             Horde::addInlineScript('Horde.popup_block_text=' . Horde_Serialize::serialize(_("A popup window could not be opened. Your browser may be blocking popups."), Horde_Serialize::JSON), 'dom');
         }