From 84a98029ebc68cabbe523dfeb1646f46b246dc56 Mon Sep 17 00:00:00 2001 From: Martin Kamerbeek Date: Wed, 19 Nov 2008 09:14:03 +0000 Subject: [PATCH] Fixed borked defaul config file. --- etc/WebGUI.conf.original | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index 5723390fe..6aa3385df 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -616,7 +616,7 @@ # Each pluggin has serveral properties # # identifier - This string will act as the identifying agent for this account pluggin. It is passed along - the url and cannot contain spaces. +# the url and cannot contain spaces. # title - The title of the module which is displayed on the website. # className - The class which drives this module @@ -636,29 +636,29 @@ "account" : [ { - identifier : "profile", - title : "^International(title,Account_Profile);", - className : "WebGUI::Account::Profile" + "identifier" : "profile", + "title" : "^International(title,Account_Profile);", + "className" : "WebGUI::Account::Profile" }, { - identifier : "inbox", - title : "^International(title,Account_Inbox);", - className : "WebGUI::Account::Inbox" + "identifier" : "inbox", + "title" : "^International(title,Account_Inbox);", + "className" : "WebGUI::Account::Inbox" }, { - identifier : "friends", - title : "^International(title,Account_Friends);", - className : "WebGUI::Account::Friends" + "identifier" : "friends", + "title" : "^International(title,Account_Friends);", + "className" : "WebGUI::Account::Friends" }, { - identifier : "shop", - title : "^International(title,Account_Shop);", - className : "WebGUI::Account::Shop" + "identifier" : "shop", + "title" : "^International(title,Account_Shop);", + "className" : "WebGUI::Account::Shop" }, { - identifier : "user", - title : "^International(title,Account_User);", - className : "WebGUI::Account::User" + "identifier" : "user", + "title" : "^International(title,Account_User);", + "className" : "WebGUI::Account::User" }, ],