From b81fb224d5aa0a3af0cf79fea3bf844bdd1e84f0 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Sat, 15 Nov 2025 20:43:41 +0100 Subject: [PATCH] better documentation of updateExtensionList() --- inc/inc.ClassExtensionMgr.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/inc.ClassExtensionMgr.php b/inc/inc.ClassExtensionMgr.php index 7fc372905..e83b2f928 100644 --- a/inc/inc.ClassExtensionMgr.php +++ b/inc/inc.ClassExtensionMgr.php @@ -675,6 +675,9 @@ $EXT_CONF = '.var_export($EXT_CONF, true).';'); /** * Import list of extension from repository * + * Will also update the list in the cache, which is used by getExtensionList() + * and getExtensionListByName(). + * * @param boolean $force force download even if file already exists */ public function updateExtensionList($version='', $force=false) { /* {{{ */