Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
427bcd4
)
NOBUG: Instructing Typo3 stuff we are curl-enabled always since 2.0
author
Eloy Lafuente
<stronk7@moodle.org>
Thu, 24 Jun 2010 09:48:31 +0000
(09:48 +0000)
committer
Eloy Lafuente
<stronk7@moodle.org>
Thu, 24 Jun 2010 09:48:31 +0000
(09:48 +0000)
lib/textlib.class.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/textlib.class.php
b/lib/textlib.class.php
index
9d7140a
..
846760e
100644
(file)
--- a/
lib/textlib.class.php
+++ b/
lib/textlib.class.php
@@
-63,6
+63,9
@@
function textlib_get_instance() {
$GLOBALS['TYPO3_CONF_VARS']['SYS']['t3lib_cs_utils'] = '';
}
+ /// Tell Typo3 we are curl enabled always (mandatory since 2.0)
+ $GLOBALS['TYPO3_CONF_VARS']['SYS']['curlUse'] = '1';
+
/// And this directory must exist to allow Typo to cache conversion
/// tables when using internal functions
make_upload_directory('temp/typo3temp/cs');