[Mssql] Fix syntax error when installing a language in backend#13512
[Mssql] Fix syntax error when installing a language in backend#13512rdeutz merged 2 commits intojoomla:stagingfrom
Conversation
|
The semicolon in line 65 should be deleted. After that I get: |
|
semicolon deleted, thanks |
Can you try staging? at this line we have no $this in staging 😄 |
|
With your patch applied it "becomes" line 151. |
|
I have tested this item ✅ successfully on 65f086a This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13512. |
|
@alikon Did you do a code review? I keep getting the mentioned syntax error after applying the patch. I tried with latest staging, no data installed. |
|
@waader the thing is that seems a different error. another one. this PR only solves the |
|
I have tested this item ✅ successfully on 65f086a This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13512. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13512. |
…sets-option * 'staging' of github.com:roland-d/joomla-cms: (136 commits) Clean up old code in cache.php file (joomla#12183) Fixing search for MySQL (joomla#13571) Unnecessary double quotes in /libraries/joomla (joomla#13372) Some improvements in tests #3: (joomla#13402) It's 2017. Happy New Year Fixing a typo in gallery plugin language files Add stripslashes to mssql result columns. (joomla#13534) remove unneeded space from btn-group/radio/checkboxes (joomla#12003) typo (joomla#13563) Remove default value from the field params to inherit from plugin Remove multiple parameter from user field Fix name of component helper in fieldshelper (joomla#13539) remove duplicated code (joomla#13550) Fix invalid string that causes the ini file not to load (joomla#13544) Catch "expects parameter 2 to be string" error Take complete context for group lookup (joomla#13538) [Mssql] Fix syntax error when installing a language in backend (joomla#13512) Normalize #__categories table across 3 db systems and add default values (joomla#13514) Normalize #__ucm_content table across 3 db systems and add default values (joomla#13513) Update config.xml (joomla#13503) ...
Pull Request for Issue #13508 (use issue part).
Summary of Changes
Fix for #13508 (use issue part)
Testing Instructions
Documentation Changes Required
None