1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

Media-Manager fixes. filepicker() /jquery fix. e_AJAX_REQUEST - header detect added. Plugin install from xml feed. (tested locally only)

This commit is contained in:
CaMer0n
2012-07-20 07:31:16 +00:00
parent 8e7f63fe25
commit 23c4e06972
11 changed files with 237 additions and 29 deletions

View File

@@ -194,8 +194,7 @@ class xmlClass
/**
* Set Xml tags that should always return arrays.
*
*FIXME is this an array or a string???
* @param object $array
* @param object $string (comma separated)
* @return xmlClass
*/
public function setOptArrayTags($string)
@@ -260,7 +259,7 @@ class xmlClass
/**
* Get Remote file contents
*
* use setOptArrayTags above if you require a consistent array result by in 1 item or many.
* @param string $address
* @param integer $timeout [optional] seconds
* @return string