Skip to content

Commit 08d762c

Browse files
author
Sascha Schumann
committed
(php_ns_config) use 3.0's Ns_ConfigGetPath instead of Ns_ConfigPath
1 parent 75db7e9 commit 08d762c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/aolserver/aolserver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ php_ns_config(php_ns_context *ctx)
516516
char *path;
517517
Ns_Set *set;
518518

519-
path = Ns_ConfigPath(ctx->ns_server, ctx->ns_module, NULL);
519+
path = Ns_ConfigGetPath(ctx->ns_server, ctx->ns_module, NULL);
520520
set = Ns_ConfigGetSection(path);
521521

522522
for(i = 0; set && i < Ns_SetSize(set); i++) {

0 commit comments

Comments
 (0)