Changeset 1239

Show
Ignore:
Timestamp:
10/25/07 15:15:47 (1 year ago)
Author:
misja
Message:

Fixes SF [1792843] PHP error when editing posts with tags

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/blog/lib/weblogs_posts_edit.php

    r1079 r1239  
    3434    $first = true; 
    3535    foreach($tags as $key => $tag) { 
    36       if(!in_array($tag->tag,$extraValue) && trim($tag->tag)!=$extraType){ 
     36      if(is_array($extraValue) && !in_array($tag->tag,$extraValue) && trim($tag->tag)!=$extraType){ 
    3737        if (empty($first)) { 
    3838          $keywords .= ", ";