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
399cdd0c
Commit
399cdd0c
authored
Feb 26, 2015
by
Son Nguyen
Browse files
Enable ajax block loading in public pages. Bug 1425694
Change-Id: I9c615da0e7efad927a42874676e1e6cde777c61f
parent
3aebf9c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/blocktype/blocktype.ajax.php
View file @
399cdd0c
...
...
@@ -10,6 +10,7 @@
*/
define
(
'INTERNAL'
,
1
);
define
(
'PUBLIC'
,
1
);
require
(
dirname
(
dirname
(
__FILE__
))
.
'/init.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