1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 15:16:30 +02:00

Theme manager - online list using new communication protocol.

Added more control over array elements to the new XML parser.
This commit is contained in:
SecretR
2013-05-17 16:24:50 +03:00
parent bda717db5e
commit cd716e8cd9
3 changed files with 63 additions and 25 deletions

View File

@@ -315,7 +315,7 @@ class pluginManager{
// it'll be moved to e107::getMarketplace() soon
if($this->action == 'online')
{
// force xmlrpc temporary
// XXX force xmlrpc temporary
require_once(e_HANDLER.'e_marketplace.php');
$this->mp = new e_marketplace('xmlrpc');
}