We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
class Kohana_Breadcrumbs функция change_by(). Активному элементу breadcrumbs ($item->active === TRUE) не возможно изменить активность на FALSE. Изменение $item->active происходит при $is_active = TRUE. https://github.com/butschster/kodicms/blob/dev/cms/modules/breadcrumbs/classes/kohana/breadcrumbs.php#L81
class Kohana_Breadcrumbs
change_by()
$item->active === TRUE
FALSE
$item->active
$is_active = TRUE
The text was updated successfully, but these errors were encountered:
issue #319
0210edb
No branches or pull requests
class Kohana_Breadcrumbs
функцияchange_by()
. Активному элементу breadcrumbs ($item->active === TRUE
) не возможно изменить активность наFALSE
.Изменение
$item->active
происходит при$is_active = TRUE
.https://github.com/butschster/kodicms/blob/dev/cms/modules/breadcrumbs/classes/kohana/breadcrumbs.php#L81
The text was updated successfully, but these errors were encountered: