From 08d762cb0c6294b969fb84e9936bc0deff52e1ca Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 13 Dec 1999 16:23:57 +0000 Subject: [PATCH] (php_ns_config) use 3.0's Ns_ConfigGetPath instead of Ns_ConfigPath --- sapi/aolserver/aolserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/aolserver/aolserver.c b/sapi/aolserver/aolserver.c index 7786652eef..1783eedd45 100644 --- a/sapi/aolserver/aolserver.c +++ b/sapi/aolserver/aolserver.c @@ -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++) { -- 2.50.1