mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
smart_build.php: a small fix to catalog handling
This commit is contained in:
parent
fd0f3195b2
commit
e1a8c4aa7d
@ -94,6 +94,8 @@ function sb_ukko() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function sb_catalog($b) {
|
function sb_catalog($b) {
|
||||||
|
if (!openBoard($b)) return false;
|
||||||
|
|
||||||
rebuildTheme("catalog", "post-thread", $b);
|
rebuildTheme("catalog", "post-thread", $b);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user