forked from leftypol/leftypol
updated themes to use new file_write() function
This commit is contained in:
parent
d4aff84741
commit
70d84874e0
2 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
global $config;
|
||||
|
||||
if($action == 'all' || $action == 'news')
|
||||
file_put_contents($config['dir']['home'] . $config['file_index'], Basic::homepage($settings));
|
||||
file_write($config['dir']['home'] . $config['file_index'], Basic::homepage($settings));
|
||||
}
|
||||
|
||||
// Build news page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue