]> git.mjollnir.org Git - s9y.git/commitdiff
fix bad get_include_path parameter, thakns to Larry Rosenman
authorgarvinhicking <garvinhicking>
Mon, 26 Jun 2006 09:02:23 +0000 (09:02 +0000)
committergarvinhicking <garvinhicking>
Mon, 26 Jun 2006 09:02:23 +0000 (09:02 +0000)
serendipity_config.inc.php

index af076b5963f9b194d682753d2d816d562edccb4c..895881968127660e153d195e11035608da873f20 100644 (file)
@@ -149,7 +149,7 @@ if ( !defined('IN_installer') && IS_installed === false ) {
 /* Do the PEAR dance. If $serendipity['use_PEAR'] is set to FALSE, Serendipity will first put its own PEAR include path.
    By default, a local PEAR will be used. */
 if (function_exists('get_include_path')) {
-    $old_include = @get_include_path('include_path');
+    $old_include = @get_include_path();
 } else {
     $old_include = @ini_get('include_path');
 }