diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-02-15 12:57:00 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-02-15 12:57:00 +0000 |
commit | 23a34583a812bbbe5df0bcdc4a40ba32bc4ce409 (patch) | |
tree | e018e3e1bf3ef1261cf683e965966b01627ec333 /engine/lib/elgglib.php | |
parent | 395fe163c4658dda3b101508b070e30cc6fb6dc1 (diff) | |
download | elgg-23a34583a812bbbe5df0bcdc4a40ba32bc4ce409.tar.gz elgg-23a34583a812bbbe5df0bcdc4a40ba32bc4ce409.tar.bz2 |
Simple plugin mechanism
git-svn-id: https://code.elgg.org/elgg/trunk@39 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/elgglib.php')
-rw-r--r-- | engine/lib/elgglib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php index ae5ef951a..ba2156242 100644 --- a/engine/lib/elgglib.php +++ b/engine/lib/elgglib.php @@ -104,7 +104,7 @@ foreach($viewlist as $view) {
if (!isset($CONFIG->views->locations[$view])) {
- $location = $CONFIG->viewpath . "views/";
+ $location = $CONFIG->viewpath;
} else {
$location = $CONFIG->views->locations[$view];
}
|