|
|
|
In Moodle code there are a lot of calls of this type:
get_context_instance(CONTEXT_SYSTEM, SITEID)
And, when requesting for CONTEXT_SYSTEM we don't need to specify SITEID any more.
So, all the sentences above should be changed to:
get_context_instance(CONTEXT_SYSTEM)
There are aprox. 130 changes to perform, distributed along aprox. 90 files. I would suggest to do the change progressively, fixing 3-4 files each day, both in 19_STABLE and HEAD.
Ciao :-)
|
|
Description
|
In Moodle code there are a lot of calls of this type:
get_context_instance(CONTEXT_SYSTEM, SITEID)
And, when requesting for CONTEXT_SYSTEM we don't need to specify SITEID any more.
So, all the sentences above should be changed to:
get_context_instance(CONTEXT_SYSTEM)
There are aprox. 130 changes to perform, distributed along aprox. 90 files. I would suggest to do the change progressively, fixing 3-4 files each day, both in 19_STABLE and HEAD.
Ciao :-) |
Show » |
made changes - 22/Apr/08 02:03 PM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
In Progress
[ 3
]
|
made changes - 02/May/08 12:40 PM
|
Status
|
In Progress
[ 3
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|
QA Assignee
|
|
stronk7
|
made changes - 06/May/08 07:40 AM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|