+++ b/entitycache.module
@@ -398,19 +398,25 @@ function entitycache_comment_d...

Contribution Date
Technology
Contribution Project
Contribution Details
+++ b/entitycache.module @@ -398,19 +398,25 @@ function entitycache_comment_delete($comment) { + if(isset($account) && ($account->uid)) {

Nitpick: Space after 'if' in this block and the next two.

Also, the condition could be simply collapsed to 'if (isset($account->uid))'

This can be fixed on commit.

Contribution Author
Files count
0
Patches count
0