From 354bf1ce12296767f007567807eae238fb80d342 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 30 Dec 2011 12:07:29 -0500
Subject: [PATCH] Fix typo

---
 skins/larry/ui.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/larry/ui.js b/skins/larry/ui.js
index bf0fe8a..3521154 100644
--- a/skins/larry/ui.js
+++ b/skins/larry/ui.js
@@ -550,7 +550,7 @@
     }
     
     // add icons to clone file input field
-    if (rcmail.env.action = 'compose' && !$dialog.data('extended')) {
+    if (rcmail.env.action == 'compose' && !$dialog.data('extended')) {
       $('<a>')
         .addClass('iconlink add')
         .attr('href', '#add')

--
Gitblit v1.9.1