Skip to content
Snippets Groups Projects
Commit 3733161e authored by Adrian Lang's avatar Adrian Lang
Browse files

Add missing variable declaration

parent b5a0be43
No related branches found
No related tags found
No related merge requests found
......@@ -888,6 +888,9 @@ function html_diff($text='',$intro=true){
$rev2 = (int) $_REQUEST['rev2'];
}
$r_minor = '';
$l_minor = '';
if($text){ // compare text to the most current revision
$l_rev = '';
$l_text = rawWiki($ID,'');
......
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