mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:50:10 +00:00
forumlist: forgot some required_once for plugin_enabled()
This commit is contained in:
parent
215205d376
commit
988d0327ae
3 changed files with 10 additions and 4 deletions
|
@ -9,9 +9,9 @@
|
|||
* Description: "Vier" is a very compact and modern theme. It uses the font awesome font library: http://fortawesome.github.com/Font-Awesome/
|
||||
*/
|
||||
|
||||
require_once("mod/nodeinfo.php");
|
||||
require_once("mod/proxy.php");
|
||||
require_once("include/plugin.php");
|
||||
require_once("include/socgraph.php");
|
||||
require_once("mod/proxy.php");
|
||||
|
||||
function vier_init(&$a) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue