// 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')) {