Remove execute() from Action and subclasses
authorwithoutaname <drevitchi@gmail.com>
Tue, 15 Jul 2014 18:53:50 +0000 (11:53 -0700)
committerwithoutaname <drevitchi@gmail.com>
Wed, 16 Jul 2014 21:03:43 +0000 (14:03 -0700)
commita4aaac4f80f56c5ed881be423bae96615b4d2249
tree0d90eb6b83de67cb3bee3ac9923b63328e8c1f39
parent8e60eb5ed65fae95c8466b1e26e3b2f667c9478e
Remove execute() from Action and subclasses

Since show() is always the preferred entry point, this is never used
nor implemented properly.

Change-Id: I5fde4bbd420a6695b01fb9220542fd3b49060675
RELEASE-NOTES-1.24
includes/actions/Action.php
includes/actions/FormAction.php
includes/actions/FormlessAction.php