Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
2cd4ec57
Commit
2cd4ec57
authored
Feb 26, 2015
by
Robert Lyon
Committed by
Gerrit Code Review
Feb 26, 2015
Browse files
Merge "Enable ajax block loading in public pages. Bug 1425694"
parents
1f3322b0
399cdd0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/blocktype/blocktype.ajax.php
View file @
2cd4ec57
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
*/
*/
define
(
'INTERNAL'
,
1
);
define
(
'INTERNAL'
,
1
);
define
(
'PUBLIC'
,
1
);
require
(
dirname
(
dirname
(
__FILE__
))
.
'/init.php'
);
require
(
dirname
(
dirname
(
__FILE__
))
.
'/init.php'
);
require
(
$CFG
->
docroot
.
'/blocktype/lib.php'
);
require
(
$CFG
->
docroot
.
'/blocktype/lib.php'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment