]> git.mxchange.org Git - friendica.git/commit - src/Core/UserImport.php
Renamed System::redirect() to $a->redirect()
authorPhilipp Holzer <admin@philipp.info>
Sat, 13 Oct 2018 18:02:04 +0000 (20:02 +0200)
committerPhilipp Holzer <admin@philipp.info>
Mon, 22 Oct 2018 20:13:22 +0000 (22:13 +0200)
commit2ef81108b37a85642e1f3380044a03cb1cd8719a
treef51859833eec0c69d8710820d76b91c13659ef63
parentc46caeb0d33c13693bff227f14daf7f7a1a88851
Renamed System::redirect() to $a->redirect()
62 files changed:
boot.php
include/api.php
include/items.php
mod/admin.php
mod/api.php
mod/cal.php
mod/delegate.php
mod/dfrn_confirm.php
mod/dfrn_poll.php
mod/dfrn_request.php
mod/display.php
mod/events.php
mod/filerm.php
mod/follow.php
mod/group.php
mod/home.php
mod/ignored.php
mod/item.php
mod/like.php
mod/lostpass.php
mod/manage.php
mod/message.php
mod/network.php
mod/nogroup.php
mod/notice.php
mod/notifications.php
mod/notify.php
mod/openid.php
mod/ostatus_subscribe.php
mod/photos.php
mod/profile.php
mod/profile_photo.php
mod/profiles.php
mod/randprof.php
mod/redir.php
mod/register.php
mod/regmod.php
mod/removeme.php
mod/repair_ostatus.php
mod/settings.php
mod/starred.php
mod/tagrm.php
mod/toggle_mobile.php
mod/unfollow.php
mod/videos.php
mod/wallmessage.php
src/App.php
src/BaseModule.php
src/Core/System.php
src/Core/UserImport.php
src/Model/Contact.php
src/Model/Profile.php
src/Model/User.php
src/Module/Acctlink.php
src/Module/Contact.php
src/Module/Login.php
src/Module/Logout.php
src/Module/Magic.php
src/Module/Objects.php
src/Module/Tos.php
src/Protocol/DFRN.php
tests/ApiTest.php