smart_build.php: a small fix to catalog handling

This commit is contained in:
czaks 2015-04-02 20:53:50 +02:00
parent fd0f3195b2
commit e1a8c4aa7d

View File

@ -94,6 +94,8 @@ function sb_ukko() {
}
function sb_catalog($b) {
if (!openBoard($b)) return false;
rebuildTheme("catalog", "post-thread", $b);
return true;
}