rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit ee83a93dff48eadc460b756296b0ba81a2990f80
parent fadbb97c948541f2ea9088ceab8ccf12e9d55a84
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 12:08:01 +0100

try to fix logic error

Diffstat:
Mthemes/jumbotron/index.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -78,7 +78,7 @@ <h1> <?php $x = 1; - while (!empty($post_title OR $post_title = "bug?")){ + while (!empty($post_title) OR $post_title = "bug?"){ echo "<a href='index.php?id=$x' rel='bookmark'> $post_title </a>"; $x = $x+1; }