|
|
| Database: |
Any
|
| Participants: |
Petr Skoda and Sam Marshall
|
| Security Level: |
None
|
| QA Assignee: |
Petr Skoda
|
| Resolved date: |
23/May/08
|
| Affected Branches: |
MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE
|
|
Error is because blocks_execute_action second parameter is a reference one, but this line of code tries to call it with the result of a function - can't do that, it has to be a variable.
|
|
Description
|
Error is because blocks_execute_action second parameter is a reference one, but this line of code tries to call it with the result of a function - can't do that, it has to be a variable. |
Show » |
|
In addition to the line mentioned there was another bug (same bug different function) in accesslib. I fixed it the same way.
I have now been able to install my MOODLE_19! (php 5.2, mysql).