Skip to content

Instantly share code, notes, and snippets.

@wsagen
Last active March 22, 2017 19:41
Show Gist options
  • Select an option

  • Save wsagen/8682072 to your computer and use it in GitHub Desktop.

Select an option

Save wsagen/8682072 to your computer and use it in GitHub Desktop.
Stop controller action via predispatch observer
$request = Mage::app()->getRequest();
$action = $request->getActionName();
Mage::app()->getFrontController()->getAction()->setFlag($action, Mage_Core_Controller_Varien_Action::FLAG_NO_DISPATCH, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment