Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix missing property in PluginUpdateService.
Plugin updates were not working properly because of a MissingPropertyException. In the mad rush to fix a critical problem in the site, I added a call on the cache service without declaring it as a service property.
  • Loading branch information
pledbrook committed Jun 11, 2012
1 parent 9309925 commit 03d7a38
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -25,6 +25,7 @@ class PluginUpdateService implements ApplicationListener<PluginUpdateEvent> {

protected int twitterLimit = 140

def cacheService
def shortenService
def twitterService
def mailService
Expand Down

0 comments on commit 03d7a38

Please sign in to comment.