Indefero

Indefero Commit Details


Date:2011-12-26 20:50:11 (12 years 11 months ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:fb88c08e8565feb93ef369077913f0726bdba7e6
Parents: eac353f9210ef82c6c61daa256c55bb41f20cae0
Message:Handle empty option lists gracefully.

Changes:

File differences

src/IDF/Template/MarkdownForge.php
4646
4747
4848
49
50
51
5249
5350
5451
if (!in_array($macro, $known_macros)) {
return $matches[0];
}
if (empty($opts)) {
$opts = array();
}
$callbackName = 'callback'.ucfirst(strtolower($macro)).'Macro';
return $this->callbackProjectlistMacro($opts);
}

Archive Download the corresponding diff file

Page rendered in 0.07455s using 13 queries.