|
From: <ru...@us...> - 2010-06-23 13:13:45
|
Revision: 7557
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7557&view=rev
Author: rurban
Date: 2010-06-23 13:13:40 +0000 (Wed, 23 Jun 2010)
Log Message:
-----------
activate FacebookLike
Modified Paths:
--------------
trunk/lib/IniConfig.php
Modified: trunk/lib/IniConfig.php
===================================================================
--- trunk/lib/IniConfig.php 2010-06-23 13:13:12 UTC (rev 7556)
+++ trunk/lib/IniConfig.php 2010-06-23 13:13:40 UTC (rev 7557)
@@ -657,6 +657,7 @@
$AllAllowedPlugins[] = 'Diff';
$AllAllowedPlugins[] = 'DynamicIncludePage';
$AllAllowedPlugins[] = 'ExternalSearch';
+ $AllAllowedPlugins[] = 'FacebookLike';
$AllAllowedPlugins[] = 'FileInfo';
$AllAllowedPlugins[] = 'GoogleMaps';
$AllAllowedPlugins[] = 'GooglePlugin';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|