Skip to content

Instantly share code, notes, and snippets.

@hunk
Created May 7, 2010 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hunk/392996 to your computer and use it in GitHub Desktop.
Save hunk/392996 to your computer and use it in GitHub Desktop.
changes this line (RCCWP_CustomWritePanel.php on line 643)
$field->properties["panel_name"] = RCCWP_CustomWritePanel::Get($field->properties["panel_id"])->name;
for
$tmp = RCCWP_CustomWritePanel::Get($field->properties["panel_id"]);
$field->properties["panel_name"] = $tmp->name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment