Skip to content

Instantly share code, notes, and snippets.

@erikreagan
Created April 22, 2011 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikreagan/937347 to your computer and use it in GitHub Desktop.
Save erikreagan/937347 to your computer and use it in GitHub Desktop.
<?php
if ($this->_EE->extensions->active_hook('deployment_hooks_'.$which.'_deploy') === TRUE)
{
$ext_response = $this->_EE->extensions->call('deployment_hooks_'.$which.'_deploy');
$this->response = is_array($ext_response) ? array_merge($this->response,$ext_response) : $this->response ;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment