]> granicus.if.org Git - php/commitdiff
(php_ns_config) use 3.0's Ns_ConfigGetPath instead of Ns_ConfigPath
authorSascha Schumann <sas@php.net>
Mon, 13 Dec 1999 16:23:57 +0000 (16:23 +0000)
committerSascha Schumann <sas@php.net>
Mon, 13 Dec 1999 16:23:57 +0000 (16:23 +0000)
sapi/aolserver/aolserver.c

index 7786652eef5991844258472ce955fd445ce98c32..1783eedd455f0c89d6590e832a98ea0d3d644f4b 100644 (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++) {