diff options
Diffstat (limited to 'src/php.eselect.in')
-rw-r--r-- | src/php.eselect.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php.eselect.in b/src/php.eselect.in index 9a1d628..d730e00 100644 --- a/src/php.eselect.in +++ b/src/php.eselect.in @@ -232,7 +232,7 @@ write_mod_php_conf() { } resolv_target() { - local targets=( $(find_targets $1) ) + local targets=( $(find_sapi_targets $1) ) if is_number $2; then if [[ $2 -le ${#targets[@]} && $2 -gt 0 ]] ; then echo "${targets[ $(( $2 - 1 )) ]}" |