Skip to content
This repository was archived by the owner on Aug 13, 2022. It is now read-only.

Commit 1528e48

Browse files
committed
Removed old language constant (Closes #15)
1 parent a8d34b4 commit 1528e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/Feeds/lib/Feeds/Api/Search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function search($args)
8181
$item = $result->GetRowAssoc(2);
8282
if (SecurityUtil::checkPermission('Feeds::item', "$item[name]::$item[id]", ACCESS_READ)) {
8383
$sql = $insertSql . '('
84-
. '\'' . _FEEDS_SEARCH . ': ' . DataUtil::formatForStore($item['title']) . '\', '
84+
. '\'' . $this->__('Feeds Search') . ': ' . DataUtil::formatForStore($item['title']) . '\', '
8585
. '\'' . DataUtil::formatForStore($item['text']) . '\', '
8686
. '\'' . DataUtil::formatForStore($item['id']) . '\', '
8787
. '\'' . DataUtil::formatForStore($item['date']) . '\', '

0 commit comments

Comments
 (0)