Changeset 1109
- Timestamp:
- 05/24/07 11:58:15 (2 years ago)
- Files:
-
- devel/mod/blog/lib/weblogs_actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/blog/lib/weblogs_actions.php
r1079 r1109 40 40 // define('redirect_url',url . $_SESSION['username'] . "/weblog/"); 41 41 define('redirect_url',url . user_info("username",$page_owner) . "/$extensionContext/"); 42 } else { 43 $messages[] = __gettext("Your post wasn't added to the blog. This was probably because it was empty, or you don't currently have permission to post in this blog."); 42 44 } 43 45 break;
