diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-04-22 12:10:57 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-04-22 12:10:57 +0000 |
commit | a9a33b02fee4f62e1ccc885fe29cbf41fb957204 (patch) | |
tree | 77d4ad008babdf64bea13216817b6f9a8b8f5141 /app/acf-util/skins-controller.lua | |
parent | 733028a932feef66d0d2e93ff909ceccc63a4eb3 (diff) | |
download | acf-core-a9a33b02fee4f62e1ccc885fe29cbf41fb957204.tar.bz2 acf-core-a9a33b02fee4f62e1ccc885fe29cbf41fb957204.tar.xz |
Updated password and skins for latest handle_form changes
Diffstat (limited to 'app/acf-util/skins-controller.lua')
-rw-r--r-- | app/acf-util/skins-controller.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/acf-util/skins-controller.lua b/app/acf-util/skins-controller.lua index 5d4d0d7..c3d08a0 100644 --- a/app/acf-util/skins-controller.lua +++ b/app/acf-util/skins-controller.lua @@ -9,6 +9,6 @@ read = function (self ) end update = function (self ) - return self:redirect_to_referrer(self.model.update(self, self.clientdata.skin or "")) + return self.handle_form(self, self.model.get_update, self.model.update, self.clientdata, "Update", "Update Skin", "Skin updated") end |