Hi,
the following message is given when accessing translation assignments:

Strict warning: Only variables should be passed by reference in translation_overview_assignment_page()

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rterrein’s picture

Here is patch

GuillaumeDuveau’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community
GuillaumeDuveau’s picture

It's the same error & fix as in #1407238: Strict warning: Only variables should be passed by reference in translation_overview_manager_page(). where it was in function translation_overview_manager_page(), by the way. It was committed in -dev for that function, now it needs to be corrected in function translation_overview_assignment_lang_page() and this patch does the job.

JeroenT’s picture

Assigned: rterrein » Unassigned

@guix,

In issue #1407238: Strict warning: Only variables should be passed by reference in translation_overview_manager_page(). this was fixed for page : admin/content/translation-overview-manage.

This patch fixes the problem for admin/content/translation-overview-assignments/%language

stefan.r’s picture

Status: Reviewed & tested by the community » Fixed

Committed and will be included in 2.0-beta2, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.