File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/com_content/views Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ protected function reconcileNames($item)
3939 $ params = $ app ->getParams ();
4040 $ item ->description = '' ;
4141 $ obj = json_decode ($ item ->images );
42- $ introImage = isset ( $ obj ->{'image_intro ' } ) ? $ obj ->{'image_intro ' } : '' ;
42+ $ introImage = isset ($ obj ->{'image_intro ' }) ? $ obj ->{'image_intro ' } : '' ;
4343
4444 if (isset ($ introImage ) && ($ introImage != "" ))
4545 {
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public function display($tpl = null)
6161
6262 $ description = '' ;
6363 $ obj = json_decode ($ row ->images );
64- $ introImage = isset ( $ obj ->{'image_intro ' } ) ? $ obj ->{'image_intro ' } : '' ;
64+ $ introImage = isset ($ obj ->{'image_intro ' }) ? $ obj ->{'image_intro ' } : '' ;
6565
6666 if (isset ($ introImage ) && ($ introImage != "" ))
6767 {
You can’t perform that action at this time.
0 commit comments