From ad9d40aafeac50b41c4988f57f983d35326d9193 Mon Sep 17 00:00:00 2001 From: Charl Joseph Mert Date: Thu, 21 Jan 2010 14:32:32 +0200 Subject: [PATCH] Brand server without requiring access to FS PT: 1243391 --- plugins/ktcore/admin/manageBranding.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/plugins/ktcore/admin/manageBranding.php b/plugins/ktcore/admin/manageBranding.php index 10ed26c..f81a48f 100755 --- a/plugins/ktcore/admin/manageBranding.php +++ b/plugins/ktcore/admin/manageBranding.php @@ -163,6 +163,7 @@ class ManageBrandDispatcher extends KTAdminDispatcher { 'label' => _kt('Choose Logo'), 'submit_label' => _kt('Select'), 'action' => 'selectLogo', + 'cancel_action' => 'main', 'fail_action' => 'main', 'encoding' => 'multipart/form-data', 'context' => &$this, -- libgit2 0.21.4