Skip to content

Commit

Permalink
update ZEND_ARG_INFO for Augeas::insert()
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Padron committed Nov 16, 2009
1 parent 6f9b2f8 commit 91e6568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augeas.c
Expand Up @@ -66,7 +66,7 @@ ZEND_BEGIN_ARG_INFO(arginfo_Augeas_rm, 0)
ZEND_END_ARG_INFO();

static
ZEND_BEGIN_ARG_INFO(arginfo_Augeas_insert, 0)
ZEND_BEGIN_ARG_INFO_EX(arginfo_Augeas_insert, 0, 0, 2)
ZEND_ARG_INFO(0, path)
ZEND_ARG_INFO(0, label)
ZEND_ARG_INFO(0, order)
Expand Down

0 comments on commit 91e6568

Please sign in to comment.