dokuwiki
dokuwiki copied to clipboard
Warning: Undefined array key 3 in /home1/~/inc/media.php on line 175
When you enter the Media Manager menu and click the Edit tab of the jpg file, an error message appears.
Warning: Undefined array key 3 in /home1/~/inc/media.php on line 175
$tags = [$field[0]]; if(isset($field[3])) <------------------------------ add this line if (is_array($field[3])) $tags = array_merge($tags, $field[3]);