+++ b/entitycache.module
@@ -196,21 +196,27 @@ function entitycache_comment_d...

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

Thanks for the fixes. The above could just be isset($account->uid), or if you care about 0 values, !empty($account->uid)

Issue Status
Reviewed and Tested by Community
Contribution Author
Files count
0
Patches count
0