Skip to content
Snippets Groups Projects
Commit cf9d22cf authored by Alena Stanul's avatar Alena Stanul Committed by Damien McKenna
Browse files

Issue #3281330 by alena_stanul, hargobind, DamienMcKenna: PHP8 compability....

Issue #3281330 by alena_stanul, hargobind, DamienMcKenna: PHP8 compability. The type of the returned variable is incorrect.
parent 19215824
Branches 7.x-1.x
Tags 7.x-1.7
No related merge requests found
......@@ -212,8 +212,8 @@ function _taxonomy_menu_get_tid($mlid) {
* @param int $mlid
* Menu link ID.
*
* @return array
* array(vid, tid)
* @return object|false
* Returns stdClass object or false on failure.
*/
function _taxonomy_menu_get_item($mlid) {
$result = db_select('taxonomy_menu', 'tm')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment