Skip to content
GitLab
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
a6771517
Commit
a6771517
authored
Feb 15, 2010
by
Richard Mansfield
Browse files
Force installation of recent posts blocktype
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
f615c958
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/db/upgrade.php
View file @
a6771517
...
...
@@ -1348,6 +1348,12 @@ function xmldb_core_upgrade($oldversion=0) {
}
}
if
(
$oldversion
<
2010021500
)
{
if
(
$data
=
check_upgrades
(
'blocktype.recentforumposts'
))
{
upgrade_plugin
(
$data
);
}
}
return
$status
;
}
...
...
htdocs/lib/version.php
View file @
a6771517
...
...
@@ -28,7 +28,7 @@
defined
(
'INTERNAL'
)
||
die
();
$config
=
new
StdClass
;
$config
->
version
=
20100
12702
;
$config
->
version
=
20100
21500
;
$config
->
release
=
'1.3.0dev'
;
$config
->
minupgradefrom
=
2008040200
;
$config
->
minupgraderelease
=
'1.0.0 (release tag 1.0.0_RELEASE)'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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