Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
forena
Commits
e4b460a6
Commit
e4b460a6
authored
Aug 29, 2014
by
David Metzler
Browse files
Warning fix.
parent
d0691f82
Changes
1
Hide whitespace changes
Inline
Side-by-side
FrxEditor.inc
View file @
e4b460a6
...
@@ -1100,8 +1100,9 @@ class FrxEditor {
...
@@ -1100,8 +1100,9 @@ class FrxEditor {
public
function
blockLinks
(
$block_name
,
$frx
,
$attrs
,
$id
=
''
,
$context
=
array
())
{
public
function
blockLinks
(
$block_name
,
$frx
,
$attrs
,
$id
=
''
,
$context
=
array
())
{
$o
=
''
;
$o
=
''
;
if
(
!
$context
)
$context
=
array
();
$parms
=
Frx
::
Data
()
->
getContext
(
'parm'
);
$parms
=
Frx
::
Data
()
->
getContext
(
'parm'
);
if
(
$parms
)
$context
=
array_merge
(
$parms
,
$context
);
if
(
$parms
&&
is_array
(
$context
)
)
$context
=
array_merge
(
$parms
,
$context
);
$class
=
@
(
string
)
$attrs
[
'class'
];
$class
=
@
(
string
)
$attrs
[
'class'
];
$frx_class
=
strpos
(
$class
,
'Frx'
)
!==
FALSE
;
$frx_class
=
strpos
(
$class
,
'Frx'
)
!==
FALSE
;
if
(
$frx_class
)
{
if
(
$frx_class
)
{
...
...
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