Project

General

Profile

« Previous | Next » 

Revision 452

Added by Matthias about 17 years ago

again copied all changes for WB 2.6.6 from trunk to branches

View differences:

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