Added Ukrainian to the list of languches (using in FTS)
This commit is contained in:
parent
f1f2b81a90
commit
a4aadd4d77
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
class Pref_Feeds extends Handler_Protected {
|
class Pref_Feeds extends Handler_Protected {
|
||||||
public static $feed_languages = array("English", "Danish", "Dutch", "Finnish", "French", "German", "Hungarian", "Italian", "Norwegian",
|
public static $feed_languages = array("English", "Danish", "Dutch", "Finnish", "French", "German", "Hungarian", "Italian", "Norwegian",
|
||||||
"Portuguese", "Russian", "Spanish", "Swedish", "Turkish", "Simple");
|
"Portuguese", "Russian", "Spanish", "Swedish", "Turkish", "Ukrainian", "Simple");
|
||||||
|
|
||||||
function csrf_ignore($method) {
|
function csrf_ignore($method) {
|
||||||
$csrf_ignored = array("index", "getfeedtree", "add", "editcats", "editfeed",
|
$csrf_ignored = array("index", "getfeedtree", "add", "editcats", "editfeed",
|
||||||
|
|
Loading…
Reference in New Issue