Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
121e4d64
Commit
121e4d64
authored
Apr 09, 2014
by
Marius Cramer
Browse files
patch class methods have to be public
parent
454fa04e
Changes
1
Show whitespace changes
Inline
Side-by-side
install/lib/update.lib.php
View file @
121e4d64
...
...
@@ -29,10 +29,10 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//* Installer patch stub class
class
installer_patch_update
{
p
rotected
function
onBeforeSQL
()
{
p
ublic
function
onBeforeSQL
()
{
}
p
rotected
function
onAfterSQL
()
{
p
ublic
function
onAfterSQL
()
{
}
}
...
...
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