Skip to content

Commit

Permalink
Docs on how to hack Quotes plugin to avoid 'null' author bug
Browse files Browse the repository at this point in the history
  • Loading branch information
linc committed Mar 30, 2012
1 parent 26cbdaf commit 0fd007e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/Glue/class.glue.plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
* @todo Overwrite discussion URL with WordPress URL (DiscussionsController)
* @todo Forward attempts to visit discussion to WordPress (DiscussionController)
* @todo Signout should also sign out of WordPress
* @todo Quotes plugin needs this at end of FormatQuote function:
if (!GetValue('authorname', $QuoteData))
SetValue('authorname', $QuoteData, GetValue('GuestName', $Data));
*/
class GluePlugin extends Gdn_Plugin {
/**
Expand Down

0 comments on commit 0fd007e

Please sign in to comment.