AJAXInvokeAction is now available within ACP
authorAlexander Ebert <ebert@woltlab.com>
Sat, 20 Jul 2013 23:25:04 +0000 (01:25 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 20 Jul 2013 23:25:04 +0000 (01:25 +0200)
wcfsetup/install/files/lib/acp/action/AJAXInvokeAction.class.php [new file with mode: 0644]

diff --git a/wcfsetup/install/files/lib/acp/action/AJAXInvokeAction.class.php b/wcfsetup/install/files/lib/acp/action/AJAXInvokeAction.class.php
new file mode 100644 (file)
index 0000000..08fe8db
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+namespace wcf\acp\action;
+
+/**
+ * Copy of the default implementation for object-actions using the AJAX-based invoke mechanism.
+ * 
+ * @author     Alexander Ebert
+ * @copyright  2001-2013 WoltLab GmbH
+ * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @package    com.woltlab.wcf
+ * @subpackage acp.action
+ * @category   Community Framework
+ */
+class AJAXInvokeAction extends \wcf\action\AJAXInvokeAction { }