Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TYPO3
tinymce
Commits
415cd2a7
Commit
415cd2a7
authored
Apr 19, 2015
by
Stefan Galinski
🎮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[BUGFIX] Ensure PHP 5.3 compatibility
parent
16d683b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Classes/Loader.php
Classes/Loader.php
+2
-2
No files found.
Classes/Loader.php
View file @
415cd2a7
...
...
@@ -52,7 +52,7 @@ class Loader {
*
* @var array
*/
protected
$tinymceConfiguration
=
[]
;
protected
$tinymceConfiguration
=
array
()
;
/**
* Initialization flag
...
...
@@ -220,7 +220,7 @@ class Loader {
* @return array
*/
protected
function
prepareTinyMCEConfiguration
(
$configuration
)
{
$configurationArray
=
[]
;
$configurationArray
=
array
()
;
// try to resolve a potential TYPO3 file path
$configurationFile
=
GeneralUtility
::
getFileAbsFileName
(
$configuration
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment