Skip to content

Commit

Permalink
Fix: works on repair broken features
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Aug 11, 2011
1 parent d3eb3bc commit 63e57ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/core/tpl/predefinedproductline_edit.tpl.php
Expand Up @@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: predefinedproductline_edit.tpl.php,v 1.20 2011/08/11 09:25:07 hregis Exp $
* $Id: predefinedproductline_edit.tpl.php,v 1.19 2011/08/11 07:41:41 hregis Exp $
*
* Need to have following variables defined:
* $conf
Expand Down Expand Up @@ -51,7 +51,7 @@
{
$fk_parent_line = ($_POST["fk_parent_line"] ? $_POST["fk_parent_line"] : $line->fk_parent_line);
$parameters=array('fk_parent_line'=>$fk_parent_line);
$hookmanager->executeHooks('formEditProductOptions',$parameters,$this,$action);
$hookmanager->executeHooks('formEditProductOptions',$parameters,$object,$action);
}

// editeur wysiwyg
Expand Down

0 comments on commit 63e57ad

Please sign in to comment.