Ticket #9535

Typo in Legacy_ModuleInstallUtils
Eröffnet am: 2006-12-07 15:07 Letztes Update: 2006-12-08 21:18

Auswertung:
Verantwortlicher:
Status:
Geschlossen
Komponente:
(Keine)
Meilenstein:
(Keine)
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
Keine

Details

/modules/legacy/admin/class/ModuleInstallUtils.class.ph
p L296

Legacy_ModuleInstallUtils::installModuleTemplate
にある

$tplfile->setVar('tpl_lastimpoerted', 0);

はいちおうDBのふぃーるど名の確認もしたけど

$tplfile->setVar('tpl_lastimported', 0);

が正解だと思います。
でふぉるとも0だからあんまり影響なさそうだけど・・・

Ticket-Verlauf (3/3 Historien)

2006-12-07 15:18 Aktualisiert von: mumincacao
Kommentar
Logged In: YES
user_id=24376

同じふぁいる&めそっどだから追加で

/modules/legacy/admin/class/ModuleInstallUtils.class.php
L311

Legacy_moduleInstallUtils::installModuleTemplate


$description = isset($tpl['description']) ? $tpl
['description'] : '';



$description = isset($template['description']) ? $template
['description'] : '';

じゃないと description はいつも空っぽになっちゃうっぽいです
2006-12-07 17:34 Aktualisiert von: mumincacao
Kommentar
Logged In: YES
user_id=24376

同じふぁいるでもひとつ発見

/modules/legacy/admin/class/ModuleInstallUtils.class.php
L345 - 350

Legacy_ModuleInstallUtils::uninstallAllOfModuleTemplates
のはじめに

$tplHandler =& xoops_gethandler('tplfile');

//
// The following processing depends on the structure of
Legacy_RenderSystem.
//
$tplHandler =& xoops_gethandler('tplfile');

なかんじで同じ処理が続けて出てきてます
2006-12-08 21:18 Aktualisiert von: tom_g3x
  • Ticket Close date is changed to 2006-12-08 21:18
  • Verantwortlicher Update from (Keine) to tom_g3x
  • Lösung Update from Keine to Gefixt
  • Status Update from Offen to Geschlossen
Kommentar
Logged In: YES
user_id=6745

thanks. fix it!

下記、typo 含めて、コミットしておきました。

Dateianhangliste

Keine Anhänge

Bearbeiten

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Anmelden