]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #4253 added backward compatibility for blog read url
authorCash Costello <cash.costello@gmail.com>
Sat, 31 Dec 2011 13:52:24 +0000 (08:52 -0500)
committerCash Costello <cash.costello@gmail.com>
Sat, 31 Dec 2011 13:52:24 +0000 (08:52 -0500)
mod/blog/start.php

index 90a800799f1b62e7978581dac6c9cfb37bf39d2f..a8553b4b88423895b650e0886c6675cc01b03f9d 100644 (file)
@@ -125,6 +125,7 @@ function blog_page_handler($page) {
                        $params = blog_get_page_content_archive($user->guid, $page[2], $page[3]);
                        break;
                case 'view':
+               case 'read': // Elgg 1.7 compatibility
                        $params = blog_get_page_content_read($page[1]);
                        break;
                case 'add':