MDL-12093 :: Tim propsed to change the name get_in_popup to is_in_popup for esear reading - done.
This commit is contained in:
+1
-1
@@ -6660,7 +6660,7 @@ function fix_align_rtl($align) {
|
||||
* TODO Use a central function to create the popup calls allover Moodle and
|
||||
* TODO In the moment only works with resources and probably questions.
|
||||
*/
|
||||
function get_in_popup() {
|
||||
function is_in_popup() {
|
||||
$inpopup = optional_param('inpopup', '', PARAM_BOOL);
|
||||
|
||||
return ($inpopup);
|
||||
|
||||
Reference in New Issue
Block a user