[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] namespace issue

"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <68f0bc9a61140_2ce0bf0305d7@gitlab-sidekiq-low-urgency-cpu-bound-v2-56f86b7d78-scjkg.mail>

Victor Emanouilov pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
20a7b5c6 by Victor Emanouilov at 2025-10-16T12:36:19+03:00
[FIX] namespace issue

- - - - -


1 changed file:

- lib/core/Tracker/Tabular/Source/TrackerSourceEntry.php


Changes:

=====================================
lib/core/Tracker/Tabular/Source/TrackerSourceEntry.php
=====================================
@@ -50,7 +50,7 @@ class TrackerSourceEntry implements SourceEntryInterface
         \TikiLib::lib('trk')->modify_field($this->data['itemId'], $pk, $value);
 
         if ($prefs['feature_search'] === 'y' && $prefs['unified_incremental_update'] === 'y') {
-            $unifiedsearchlib = TikiLib::lib('unifiedsearch');
+            $unifiedsearchlib = \TikiLib::lib('unifiedsearch');
             $unifiedsearchlib->invalidateObject('trackeritem', $this->data['itemId']);
             $unifiedsearchlib->processUpdateQueue();
         }



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/20a7b5c614f401f34aed062083ec02a796d9a61a

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/20a7b5c614f401f34aed062083ec02a796d9a61a
You're receiving this email because of your account on gitlab.com.

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.