(php_ns_config) use 3.0's Ns_ConfigGetPath instead of Ns_ConfigPath

This commit is contained in:
Sascha Schumann 1999-12-13 16:23:57 +00:00
parent 75db7e91c6
commit 08d762cb0c

View File

@ -516,7 +516,7 @@ php_ns_config(php_ns_context *ctx)
char *path;
Ns_Set *set;
path = Ns_ConfigPath(ctx->ns_server, ctx->ns_module, NULL);
path = Ns_ConfigGetPath(ctx->ns_server, ctx->ns_module, NULL);
set = Ns_ConfigGetSection(path);
for(i = 0; set && i < Ns_SetSize(set); i++) {