]> git.mjollnir.org Git - s9y.git/commitdiff
Fix spelling, stupid garvin.
authorgarvinhicking <garvinhicking>
Mon, 5 Sep 2005 09:19:57 +0000 (09:19 +0000)
committergarvinhicking <garvinhicking>
Mon, 5 Sep 2005 09:19:57 +0000 (09:19 +0000)
include/plugin_api.inc.php

index dbd3bda1e79fe4715f9b82ec85c5c5fc74086a64..34f6a164adaff5ebed713272141704683c14c97a 100644 (file)
@@ -324,7 +324,7 @@ class serendipity_plugin_api {
         // First try the local path, and then (if existing) a shared library repository ...
         // Internal plugins ignored.
         if (!empty($instance_id) && $instance_id{0} == '@') {
-            $file = S9Y_ICLUDE_PATH . 'include/plugin_internal.inc.php';
+            $file = S9Y_INCLUDE_PATH . 'include/plugin_internal.inc.php';
         } elseif (file_exists($serendipity['serendipityPath'] . 'plugins/' . $pluginPath . '/' . $name . '.php')) {
             $file = $serendipity['serendipityPath'] . 'plugins/' . $pluginPath . '/' . $name . '.php';
         } elseif (file_exists(S9Y_INCLUDE_PATH . 'plugins/' . $pluginPath . '/' . $name . '.php')) {