Skip to content

Commit

Permalink
Fix vote initialisation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samerton authored Jun 5, 2018
1 parent 0d5cf05 commit 94232cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/Vote/initialisation.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$language = $c->retrieve('language');

if(file_exists('addons/Vote/' . $language . '.php'))
require('addons/Votee/' . $language . '.php');
require('addons/Vote/' . $language . '.php');
else
require('addons/Vote/language.php');

Expand Down Expand Up @@ -52,4 +52,4 @@
default:
$navbar_array[] = array('vote' => $vote_language['vote_icon'] . $vote_language['vote']);
break;
}
}

0 comments on commit 94232cb

Please sign in to comment.