Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: [Fixed]: Langauge hard-coded in keyword.inc.php  (Read 8959 times)

0 Members and 1 Guest are viewing this topic.

Djamil

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 4
[Fixed]: Langauge hard-coded in keyword.inc.php
« on: May 19, 2008, 05:21:38 pm »

Hi there,

please forgive for not posting in the "cpg1.4 language"-board but I have no permission to post there.

I noticed a piece of hard-coded language in the a.m. file, it is in row 63:

Code: [Select]
echo '<a href="keywordmgr.php" class="admin_menu">Edit Keywords</a>';

I changed it to

Code: [Select]
echo '<a href="keywordmgr.php" class="admin_menu">' . $lang_search_php['edit_keywords'] . '</a>';

to fix it. Maybe it's of help for the one or other who wonders why that button refuses to show up in their preferred language ;-)

Have a nice evening,

Djamil
« Last Edit: May 21, 2008, 12:55:17 pm by Joachim Müller »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Langauge hard-coded in keyword.inc.php
« Reply #1 on: May 19, 2008, 06:31:58 pm »

Thanks for the report. Moving accordingly.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Langauge hard-coded in keyword.inc.php
« Reply #2 on: May 21, 2008, 12:55:07 pm »

Fixed in SVN for cpg1.4.x and cpg1.5.x. Will go into cpg1.4.19 and cpg1.5.0.
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 18 queries.