Revision 413
Added by Matthias almost 18 years ago
install.php | ||
---|---|---|
130 | 130 |
$database->query("INSERT INTO ".TABLE_PREFIX."mod_news_settings (section_id,page_id) VALUES ('0', '0')"); |
131 | 131 |
|
132 | 132 |
// Make news post access files dir |
133 |
make_dir(WB_PATH.PAGES_DIRECTORY.'/posts/'); |
|
133 |
require_once(WB_PATH.'/framework/functions.php'); |
|
134 |
make_dir(WB_PATH.PAGES_DIRECTORY.'/posts'); |
|
134 | 135 |
|
135 | 136 |
} |
136 | 137 |
|
Also available in: Unified diff
Fixed error when uninstalling the news modul