Changeset 28687


Ignore:
Timestamp:
Jun 13, 2014, 8:17:41 PM (10 years ago)
Author:
mistic100
Message:

use trigger_change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GrumPluginClasses/classes/GPCTabSheet.class.inc.php

    r17562 r28687  
    149149    if($this->id!='')
    150150    {
    151       $this->sheets = trigger_event('gpc_tabsheet_before_select', $this->sheets, $this->id);
     151      $this->sheets = trigger_change('gpc_tabsheet_before_select', $this->sheets, $this->id);
    152152      if (!array_key_exists($name, $this->sheets))
    153153      {
Note: See TracChangeset for help on using the changeset viewer.