Skip to content
Snippets Groups Projects
Commit 23246bb9 authored by Peter Rotich's avatar Peter Rotich
Browse files

Remove unused function getNextStepInfo

parent 74c898c5
No related branches found
No related tags found
No related merge requests found
......@@ -129,17 +129,6 @@ class Upgrader extends SetupWizard {
return $action;
}
function getNextStepInfo() {
if(($patches=$this->getPatches()))
return $patches[0];
if(($hooks=$this->getScriptedHooks()))
return $hooks[0]['desc'];
return null;
}
function getNumPendingTasks() {
return count($this->getPendingTasks());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment